From: awilliam@xenbuild.aw Date: Wed, 26 Apr 2006 05:38:09 +0000 (-0600) Subject: [IA64] remove RELOC_HIDE X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16122 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=390a5e26ef2cbcfd7430a272533b408789134b86;p=xen.git [IA64] remove RELOC_HIDE This is now defined in xen/include/xen/compiler.h Signed-off-by: Alex Williamson --- diff --git a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h index ff9971e66e..8371ecc4c0 100644 --- a/xen/include/asm-ia64/config.h +++ b/xen/include/asm-ia64/config.h @@ -94,12 +94,6 @@ extern char _end[]; /* standard ELF symbol */ //#define __cond_lock(x) (x) //#define __must_check #define __deprecated -#ifndef RELOC_HIDE -# define RELOC_HIDE(ptr, off) \ - ({ unsigned long __ptr; \ - __ptr = (unsigned long) (ptr); \ - (typeof(ptr)) (__ptr + (off)); }) -#endif // xen/include/asm/config.h //#define HZ 1000